home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
python-pyorbit
/
examples
/
c-inproc
/
testcall.idl
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-05-01
|
183 b
|
9 lines
module PyORBit {
interface TestCall {
// self.op1 calls other.op2 which calls self.op3
void op1(in TestCall other);
void op2(in TestCall other);
void op3();
};
};